object AboutBox: TAboutBox Left = 202 Top = 109 BorderIcons = [] BorderStyle = bsDialog Caption = 'About - Mah Jongg Wall' ClientHeight = 330 ClientWidth = 424 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object imgCLDlogo: TImage Left = 0 Top = 0 Width = 424 Height = 330 Picture.Data = {} end object imgRusty: TImage Left = 110 Top = 35 Width = 56 Height = 80 Picture.Data = {} Visible = False end object Label1: TLabel Left = 303 Top = 103 Width = 42 Height = 9 AutoSize = False Transparent = True OnDblClick = Label1DblClick end object btnProceed: TButton Left = 170 Top = 265 Width = 85 Height = 25 Cancel = True Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object btnRegister: TButton Left = 62 Top = 265 Width = 85 Height = 25 Caption = '&Register' ModalResult = 1 TabOrder = 1 OnClick = btnRegisterClick end end